@charset "utf-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img,
fieldset {
    border: none;
}
.left {
    float: left;
}
.right {
    float: right;
}
hr {
    clear: both;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clear {
    height: 1%
}
/*ie5+ie6*/
*:first-chile+html .clear {
    min-height: 1px;
}
/*ie7*/
html {
    font-size: 12px;
    font-family: microsoft yahei;
    min-width: 1200px;
}
h1,
h2,
h3 {
    font-family: "microsoft yahei";
}
a {
    color: #0c6569;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
body {
    background-color: #f7f7f7;
    min-width: 1200px;
    background-image: url('../images/bodybg.gif');
}
.full {
    width: 100%;
    float: left;
}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.normal-table {
    width: 100%;
    border-top: solid #0070cc 2px;
    border-left: solid #e7e8ec 1px;
}
.normal-table tr td,
.normal-table tr th {
    padding: 15px 10px;
    border-right: solid #e7e8ec 1px;
    border-bottom: solid #e7e8ec 1px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.clearfix:after {
    content: '\0020';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0px;
}
.wrap {
    margin-bottom: 20px;
}
.contacttxt {
    height: 40px;
    line-height: 40px;
    background-color: #0b6e72;
    color: #fff;
}
.contacttxt a {
    color: #fff;
}
.banner {
    width: 100%;
    min-height: 200px;
}
.banner img {
    max-width: 100%;
}
.logo{ padding: 15px 0;
       background-color: #f7f7f7;
}
/*导航*/
nav{background: #26A1A6;}

.navigate {
    width: 100%;
}
.container {
    background: #fff;
}
.navigate .icon {
    width: 30px;
    height: 30px;
    /* background: #ececec; */
    display: block;
    float: left;
    background-image: url(../images/navicon.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.nav-inner li.active .list i {
    background-image: url(../images/navicon.png);
    background-position: 0px -29px;
}
.parentul li .icon {
    margin-top: 10px;
}
.navigate ul.parentul {
    display: table;
    width: 100%;
}
.navigate ul.parentul>li {
    /* float: left; */
    display: table-cell;
    text-align: center;
    border-right: 1px solid #E3E3E3;
}
ul.parentul>li:last-child {
    border-right: 0px;
}
.navigate ul.parentul>li>a {
    font-size: 16px;
    line-height: 50px;
    padding: 0px 25px;
    display: block;
   color: #fff;
}
.navigate ul.parentul li a:hover {
    background-color: #edf8fd;
   color: #333;
}
.navigate ul.parentul li a.active {
    color: #26a1a6;
    background: #fff;
}
.navigate .subnav ul {
    position: absolute;
    text-align: left;
    width: 1110px;
    background: #fff;
    left: 15px;
    z-index: 888;
    overflow: hidden;
    /* position: absolute;
	text-align: left;
	width: 100%;
	background: #fff;
	left: 0px;
	overflow: hidden; */
}
.navigate .subnav ul li {
    width: 20%;
    float: left;
    text-align: left;
}
.navigate .subnav ul li h3 {
    font-size: 18px;
}
.navigate .subnav ul li a {
    width: 90%;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-indent: 15px;
}
.subul {
    display: none;
}
.navigate .subnav .subul .icon {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    margin-right: 5px;
    background: url('../images/subicon.png') no-repeat;
}
.navigate .subnav:hover .subul {
    padding: 20px;
    display: list-item;
}
.navigate .subnav .subul li:nth-child(2) .icon {
    background-position: -20px center;
}
.navigate .subnav .subul li:nth-child(3) .icon {
    background-position: -40px center;
}
.navigate .subnav .subul li:nth-child(4) .icon {
    background-position: -58px center;
}
.navigate .subnav .subul li:nth-child(5) .icon {
    background-position: -78px center;
}
.navigate .subnav .subul li:nth-child(6) .icon {
    background-position: -98px center;
}
.parentul li:first-child a.active .icon {
    background-position: 0px -32px;
}
.parentul li:nth-child(2) .icon {
    background-position: -32px 0px;
}
.parentul li:nth-child(3) .icon {
    background-position: -60px 0px;
}
.parentul li:nth-child(4) .icon {
    background-position: -93px -2px;
}
.parentul li:nth-child(5) .icon {
    background-position: -123px 0px;
}
.parentul li:nth-child(6) .icon {
    background-position: -155px 0px;
}
.parentul li:nth-child(7) .icon {
    background-position: -186px 0px;
}
.parentul li:nth-child(8) .icon {
    background-position: -221px 0px;
}
.parentul li:nth-child(2) a.active .icon {
    background-position: -30px -32px;
}
.parentul li:nth-child(3) a.active .icon {
    background-position: -60px -32px;
}
.parentul li:nth-child(4) a.active .icon {
    background-position: -91px -32px;
}
.parentul li:nth-child(5) a.active .icon {
    background-position: -123px -32px;
}
.parentul li:nth-child(6) a.active .icon {
    background-position: -155px -32px;
}
.parentul li:nth-child(7) a.active .icon {
    background-position: -186px -32px;
}
.parentul li:nth-child(8) a.active .icon {
    background-position: -221px -32px;
}
.blocks-search {
    padding: 10px 0px;
    line-height: 34px;
}
.search .tuijian {
    text-indent: 10px;
}
.search .tuijian .tui {
    font-size: 15px;
    color: #0070cc;
}
.search .tuijian a {
    font-size: 15px;
}
.keywords {
    line-height: 28px;
    width: 200px;
    text-indent: 5px;
    border: 1px solid #ececec;
}
.searchbtn {
    color: #fff;
    line-height: 30px;
    background: #ff8b1a;
    width: 80px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #ff8b1a;
    margin-right: 8px;
    margin-left: -3px;
}
.part1-tabs {
    width: 74%;
    height: 350px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
/* .part1-tabs .layui-tab-item{
	padding-top: 15px;
} */
.part1-tabs .layui-tab-card {
    margin-top: 0px;
}
.part1-tabs .nav-tabs {
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
}
.part1-tabs .layui-tab-content {
    background: #fff;
    height: 300px;
}
.part1-cats {
    width: 24%;
    margin-right: 10px;
}
.part1-cats a{
  color: #fff;
}
.part1-tabs .nav-tabs>li>a {
    border-radius: 0px;
    margin-right: 0px;
    font-size: 14px;
}
.part1-tabs .nav-tabs li.active {
    border-top: 2px solid #0169b3;
}
.part1-tabs .layui-tab-item ul li {
    width: 44%;
    float: left;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0px 15px;
    text-indent: 20px;
    border-bottom: 1px dashed #ddd;
}
.part1-tabs .layui-tab-item ul li a {
    font-size: 14px;
    width: 100%;
    display: inherit;
}
.layui-tab-item ul li a .time {
    color: #666;
}
.part1-tabs .layui-tab-item .first-ul li {
    width: 100%;
    margin: 0px auto;
}
.part1-cats-con {
    position: absolute;
    padding: 20px;
    width: 100%;
    background-color: #255DA8;
    height: 300px;
    display: block;
    top: 0px;
}
.adv-first {
    width: 100%;
    overflow: hidden;
}
.close-btn {
    position: absolute;
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    background: #333;
    color: #fff;
    right: 0px;
    top: 0px;
    display: block;
}
.close-btn:hover {
    cursor: pointer;
}
.part1-cats-con .item ul li {
    position: relative;
    height: 120px;
    overflow: hidden;
}
.part1-cats-con .item ul li a {
    width: 100%;
}
.part1-cats-con .item ul li .title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.part1-cats ul {
    width: 100%;
}
.part1-cats ul li {
    width: 100%;
    color: #fff;
    font-size: 16px;
    background-color: #26a1a6;
    border-radius: 12px;
    height: 110px;
    margin: 0px 0px 10px 10px;
    text-align: center;
    display: inline-table;
}
.part1-cats ul li .icon,
.part1-cats ul li .txt {
    width: 100%;
    display: block;
    text-align: center;
}
.part1-cats ul li .icon {
    height: 70px;
    text-align: center;
}
.part1-cats ul li .icon img {
    margin-top: 10px;
}
.part1-cats ul li .txt {
    height: 24px;
    line-height: 24px;
}
.part2 .container-title,
.part3 .container-title,
.part4 .container-title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    float: left;
    border-bottom: 1px solid #ececec;
}

.part2 .container-title h3,
.part3 .container-title h3,
.part4 .container-title h3 {
    text-indent: 20px;
    position: relative;
}
.part2 .container-title h3 a,
.part3 .container-title h3 a,
.part4 .container-title h3 a {
    font-size: 20px;
    line-height: 50px;
    color: #0070cc;
}
.part2 .container-title h3 a:before,
.part3 .container-title h3 a:before,
.part4 .container-title h3 a:before {
    content: " ";
    width: 5px;
    display: block;
    background: #0070cc;
    height: 20px;
    top: 16px;
    position: absolute;
    margin-left: 10px;
}
.part2-btn {
    position: relative;
    width: 100px;
    height: 30px;
    margin-top: 10px;
}
.part2-btn a.more {
    font-size: 16px;
    width: 100px;
    text-align: center;
    display: block;
    line-height: 30px;
}
.part2-btn div {
    width: 30px;
    height: 30px;
    top: 0px;
    margin-top: 0px;
}
.part2 .container-con {
    padding: 10px;
    height: 330px;
    margin: 20px auto;
    overflow: hidden;
}
.part2-swiper {
    overflow: hidden;
}

.part3 .items,
.part4 .items {
    padding: 10px;
    overflow: hidden;
	width:100%;
}
.part3 .items .item,
.part4 .items .item {
    margin-bottom: 25px;
}
.part3 .items a img,
.part4 .items a img {
    width: 100%;
    height: 180px;
}
.part3 .items h3,
.part4 .items h3 {
    text-align: left;
    font-size: 16px;
    color: #333;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.part4 .items h3 {
    text-align: center;
}
.fastlink {
    padding: 10px;
    line-height: 30px;
}
.fastlink a {
    display: inline-block;
    padding: 2px 15px 2px 15px;
    border: 1px solid #ececec;
    margin-left: 10px;
    font-size: 14px;
}
.fastlink a.pre {
    border: none;
    color: #ff8b1a;
    font-size: 16px;
}
.fastlink a.pre:hover {
    border: none;
    color: #ff8b1a;
}
.breadlink {
    width: 100%;
}
.breadlink ol {
    padding: 10px;
}
.breadlink ol li {
    display: inline-block;
    font-size: 15px;
}
.breadlink ol li a {
    font-size: 15px;
}
/*新闻*/
.news-main {
    padding: 20px;
}
.pagecon h1.title {
    width: 90%;
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
    height: 50px;
}
.news-index {
    margin-bottom: 20px;
}
.news-index .cattitle {
    background-image: url(../images/news-top1.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    height: 66px;
    margin-left: -12px;
    color: #FFF;
    font-weight: 400;
}
.news-index .cattitle h3 {
    font-weight: 400;
    line-height: 50px;
    text-indent: 20px;
    font-size: 22px;
}
.news-index .cattitle span.right {
    line-height: 60px;
}
.news-index .cattitle .more {
    color: #999;
    margin: 14px 10px 0px 20px;
    font-weight: 400;
    font-size: 16px;
}
.pages {
    width: 100%;
    text-align: center;
}
.pages li {
    display: inline-block;
    margin: 10px;
    position: relative;
}
.pages li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    line-height: 2;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pages li a:hover {
    background-color: rgba(224, 224, 224, 1.00);
}
.coverimg {
    width: 100%;
}
.news-index .list {
    padding: 20px;
}
.list .item {
    border-bottom: 1px dashed #c8c8c8;
    padding: 20px;
}
.list .item h3.title a {
    font-size: 18px;
    color: #333;
}
.list .item .description a {
    font-size: 15px;
    color: #8c9194;
}
.list .item .description {
    margin-top: 15px;
    text-indent: 15px;
}
.list .item .other {
    margin: 15px auto;
    font-size: 14px;
}
.author {
    height: 30px;
    line-height: 30px;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px solid #dedede;
}
.article {
    margin: 30px auto;
    font-size: 16px;
}
.article p {
    margin-bottom: 10px;
    font-size: 16px;
}
.article p img {
    text-align: center;
}
.article-other {
    padding: 10px 0px;
}
.article-other p,
.article-other p a {
    margin-top: 10px;
    font-size: 16px;
    color: ;
}
.nogb .container {
    background: none;
}
.blocks {
    background: #fff !important;
    /* padding: 10px; */
}
.customer-think {
    padding-bottom: 20px;
    position: relative;
}
.think-title {
    width: 100%;
    margin: 20px auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.think-title h3 {
    font-size: 32px;
    text-align: center;
    font-weight: 500;
}
.think-title p {
    font-size: 18px;
    color: #666;
    text-align: center;
}
.swiper-think {
    width: 90%;
    margin: 20px auto;
    overflow: hidden;
}
.swiper-think .swiper-wrapper {
    height: 330px;
    padding-bottom: 10px;
}
.swiper-think .avatar {
    height: 200px;
    line-height: 200px;
}
.swiper-think .avatar img {
    height: 80px;
    width: 80px;
    vertical-align: middle;
    display: inline-block;
    border: 3px solid #FF8B00;
    border-radius: 50%;
    text-align: center;
}
.swiper-think .swiper-slide-active .avatar img {
    height: 150px;
    width: 150px;
}
.words {
    position: absolute;
    display: none;
    width: 500px;
    left: 50%;
    margin-left: -250px;
}
.words h3 {
    display: block;
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 24px;
    color: #4B4B4B;
    font-weight: bold;
    height: auto;
}
.words p {
    color: #666;
    font-size: 14px;
}
.swiper-think .swiper-slide-active .words {
    display: block;
}
.swiper-think-btn {
    height: 50px;
    position: absolute;
    z-index: 22;
    width: 780px;
    bottom: 100px;
}
/*项目案列*/
.case-index .list {}
.case-index .list .item {
    position: relative;
    border: none;
    padding: 10px;
    height: 300px;
    background: #fff;
    overflow: hidden;
}
.case-index .list .item .catname {
    position: absolute;
    color: #fff;
    top: 0px;
    left: 0px;
    text-indent: 10px;
    padding-right: 15px;
    height: 30px;
    line-height: 30px;
    background-color: #ff8b00;
    overflow: hidden;
}
.imga {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
}
.imga img {
    width: 100%;
    height: 180px;
}
.case-index .list .item .detail {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 180px;
    width: 270px;
    display: block;
    display: none;
    line-height: 180px;
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.case-index .list .item:hover .detail {
    display: block;
}
.case-index .list .item h3.title {
    margin-top: 15px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: hidden;
    width: 100%;
}
.case-index .list .item .description {
    height: 60px;
    overflow: hidden;
}
/*技术方案*/
.fangan-index {
    margin-top: 30px;
}
.fangan-table {
    border: 1px solid #ccc;
}
.fangan-table th,
.fangan-table td {
    font-size: 16px;
}
.fangan-table thead tr {
    background: #fff;
}
.fangan-table thead {
    color: #0070cc;
    font-size: 16px;
}
.fangan-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}
.safe .blocks-title {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e9ebf1;
}
.safe .blocks-title h3 {
    margin-left: 20px;
    color: #616161;
    font-weight: 600;
}
.safe .item {
    margin-top: 20px;
    text-align: center;
}
.safe .item .h3p {
    font-size: 18px;
    margin-top: 15px;
}
.safe .item .descp {
    color: #666;
    margin-top: 5px;
}
/*单页*/
.danye {
    padding: 15px;
}
.danye .blocks-header {
    width: 100%;
    height: 330px;
}
.catcover img {
    width: 100%;
    margin-bottom: 20px;
    max-height: 330px;
}
.blocks-scrol {
    height: 665px;
    padding: 20px 0px;
    overflow-y: scroll;
}
.big-blocks .blocks-header {
    position: relative;
    padding: 20px 0px;
    line-height: 50px;
    border-bottom: 0px;
}
.big-blocks .blocks-header h3:after {
    content: " ";
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 45px;
    background: #e4e4e4;
}
.big-blocks .blocks-header h3 {
    background-color: #FFF;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}
.big-blocks .blocks-header h3 span {
    width: 300px;
    height: 100%;
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 2;
}
.big-blocks .blocks-body {
    text-align: center;
}
/*团队*/
.fangan .article {
    padding: 20px;
    margin: 0px auto;
}
.blocks-header {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ececec;
}
.blocks-header .title {
    /* text-indent: 20px;  */
    font-size: 20px;
    margin-left: 20px;
}
.blocks-header h3 {
    font-size: 20px;
    text-indent: 20px;
}
.tuandui .list .item {
    height: auto;
}
.blanks .con {
    padding: 20px;
}
.blanks .con p {
    font-size: 16px;
    margin-bottom: 15px;
}
.blanks .con p img {
    max-width: 100%;
    text-align: center;
}
/*检测list*/
.jiance-list {
    padding: 20px;
}
.jiance-list .blocks-body {
    margin-top: 20px;
}
.jiance-list .blocks-header h3 {
    text-align: center;
    color: #313131;
    line-height: 40px;
    height: 40px;
    background-color: #F7F7F7;
    font-weight: lighter;
    font-size: 26px;
}
.jiance-list .item .cover {
    width: 252px;
    height: 172px;
    padding:3px;
    border:#ddd 1px solid;
    border-radius: 3px;
}
.jiance-list .txt h3 a {
    font-size: 20px;
    color: #023777;
}
.jiance-list .txt .desc {
    color: #999;
    margin-top: 15px;
    font-size: 15px;
    line-height: 20px;
}
.jiance-list .links {
    margin-top: 20px;
}

/*业务范围*/
.bg-gray {
    background: #f3f3f3 !important;
}
.business .sider-left {
    width: 20%;
    height: 100%;
}
.business .sider-right {
        background: #fff;
}
.business .sider-right .con {
    margin: 0px 20px;
}
.business .accordion {
    width: 100%;
    position: relative;
}
.business .accordion .link {
    padding-left: 10px;
    cursor: pointer;
    font-weight: 700;
    /* cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC; */
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.business .accordion .link h3 {
    display: inline-block;
    font-weight: 500;
    width: 100%;
    font-size: 20px;
    margin: 10px auto;
    text-indent: 8px;
}
.business .accordion li:last-child .link {
    border-bottom: 0;
}
.accordion li {
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    margin: 0rem;
}
.business .accordion li i {
    text-indent: 0px;
    display: inline-block;
    font-weight: 300;
    font-size: 22px;
    /* position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959; */
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.business .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}
.business .accordion li.open .link {
    color: #0070cc;
}
.business .accordion li.open i {
    color: #0070cc;
}
.business .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/**
 * Submenu
 -----------------------------*/
.business .submenu {
    display: none;
    background: #f5f5f5;
    font-size: 14px;
}
.business .submenu li {
    border: none;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    padding: 0px;
    text-indent: 50px;
    cursor: pointer;
}
.business .submenu li:hover {
    background-color: #ebebeb;
}
.business .submenu li.active {
    background-color: #0070cc;
    color: #FFF;
}
.business .submenu a {
    font-size: 16px;
    font-weight: 400;
    color: #444242;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.business .submenu a.active,
.business .submenu a:hover {
    background-color: #0070cc;
    color: #fff;
}
.business .sider-right .catcover {
    position: relative;
}
.business .sider-right .catcover .txt {
    position: absolute;
    width: 100%;
    background-image: url('../images/itemtopbg.png');
    background-repeat: repeat;
    background-position: left top;
    height: 330px;
}
.business .sider-right .catcover .txt h2 {
    margin-top: 50px;
    font-size: 25px;
    color: #fff;
    margin-left: 60px;
}
.business .sider-right .catcover .txt p {
    margin-top: 30px;
    margin-left: 60px;
    width: 570px;
    font-size: 15px;
    color: #fff;
    height: 100px;
    overflow-y: hidden;
}
.business .sider-right .catcover .txt .btn {
    margin-top: 30px;
    margin-left: 60px;
    width: 100%;
    color: #fff;
}
.business .sider-right .catcover .txt .btn a {
    color: #fff;
    background-color: #0070cc;
    border-color: #0070cc;
}
.business .sider-right .catcover .txt .btn span {
    margin-left: 30px;
}
.con .content {
    position: relative;
}
.itemnav {
    background-color: #009688;
    border-bottom: 1px solid #B5B5B5;
    padding-left: 0px;
    height: 40px;
    line-height: 40px;
    z-index: 10;
    width: 780px;
}

.zhanwei {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    /* float: left; */
}
/*.business .sider-right .con .items {
    padding-top: 30px;
}*/
.business .sider-right .con .items .item {
    margin-bottom: 20px;
}
.itemnav ul li {
    float: left;
    margin-right: 10px;
    position: relative;
}
.itemnav ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    margin-top: 2px;
    padding: 10px 5px;
}
.itemnav ul li a.active:before {
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0px;
    left: 0px;
    background-color: #13348E;
}
.itemnav ul li a.active {
    color: #13348E;
}
.content .layui-card {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #f0f0f0;
}
.content .layui-card-header {
    color: #444;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
}
.changjianfaq dl dt {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-indent: 30px;
    margin: 10px 0;
    background-color: #F8F8F8;
}
.blanks .con .changjianfaq dl dd p {
    margin-bottom: 5px;
}
.caseitem {
    width: 25%;
    overflow: hidden;
    position: relative;
    float: left;
}
.caseitem a {
    margin: 5px;
    width: 95%;
    height: 180px;
    display: block;
    background: #E3E3E3;
}
.caseitem h3 {
    line-height: 25px;
    font-size: 16px;
    height: 25px;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
}
.caseitem img {
    width: 100%;
    height: 140px;
}
.shouhou .item h4 {
    color: #ff8b1a;
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    height: 35px;
    margin-bottom: 20px;
    text-indent: 60px;
}
.shouhou .item {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #DFDFDF;
}
.shouhou .item .itemcon {
    padding-left: 60px;
}
.shouhou .item .itemcon img {
    width: 100%;
}
.blanks .con .shouhou p {
    margin-bottom: 5px;
}
.bublock {
    position: relative;

    margin: 0px auto;
    margin-top: 30px;
}
.hot-jiance-list h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
}
.hot-jiance-list ul {}
.hot-jiance-list li {
    width: 100%;
    float: left;
    margin-top: 15px;
    background-image: url(../images/dian.png);
    background-repeat: no-repeat;
    background-position: 0px 11px;
    text-indent: 12px;
}
.hot-jiance-list li a {
    font-size: 14px;
    color: #666;
    line-height: 15px;
    margin-top: 10px;
}
.jiance {
    height: 200px;
}
.jiance a img {
    height: auto;
}
.jiance a span {
    position: absolute;
    display: block;
    bottom: 10px;
    left: 7%;
    background-color: #ff8b1a;
    width: 86%;
    color: #fff;
    font-size: 15px;
}
.baogao .con {
    background: url('../images/chaxunzs.gif') center center no-repeat;
    height: 950px;
}
.baogao .con h2 {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 60px;
    font-size: 26px;
}
.baogao .formdiv {
    width: 600px;
    margin: 20px auto;
    position: relative;
    display: table;
    border-collapse: separate;
    margin-bottom: 30px;
}
.baogao .formdiv i {
    height: 39px;
    width: 40px;
    position: absolute;
    left: 0px;
    padding: 0 .675em;
    font-size: 1rem;
    font-weight: 400;
    line-height: 37px;
    color: #999;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.baogao .formdiv p {
    text-align: center;
}
.baogao .formdiv .tips {
    text-align: left;
    color: #666;
    margin-top: 30px;
}
.baogao .notic {
    margin: 0 auto;
    margin-top: 70px;
}
.baogao .notic p {
    text-align: left;
    color: #666;
}
.baogao .formdiv .keywords {
    height: 40px;
    text-indent: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
    display: table-cell;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.baogao .searchbtn {
    height: 40px;
    font-size: 20px;
    margin: 30px auto;
    border-radius: 4px;
    width: 200px;
    position: relative;
    text-align: center;
}
/*搜索*/
.modsearch .search-form {
    height: 40px;
    width: 600px;
    line-height: 40px;
    position: relative;
    margin: 10px auto;
    top: 80px;
}
.modsearch .search-items {
    padding: 20px;
    margin-top: 200px;
}
.modsearch .search-items a img {
    width: 100%;
    height: 150px;
}
.modsearch .search-items .con {
    padding-top: 0px;
}
.modsearch .search-items h3 a {
    font-size: 20px;
    color: #333;
}
.modsearch .search-items h4 {
    font-size: 16px;
    margin: 0;
    color: #F9C03B;
    line-height: 2;
}
.modsearch .search-items p.desc {
    margin-top: 10px;
    font-size: 16px;
    color: #999;
}
.modsearch .inputtxt {
    line-height: 36px;
    text-indent: 10px;
    background-color: #fff;
    background-image: none;
    font-size: 16px;
    border: 1px solid #ccc;
}
.modsearch .msearch-btn {
 
    margin-left: -5px;
    position: absolute;
    background: #5085FF;
    color: #fff;
}
.sider .item {
    background: #fff;
    margin-bottom: 20px;
}
.sider .item .info2 {
 text-align: center; font-size: 14px; line-height: 3;
}
.sider .item .info {
  padding: 10px;
}

.form-fankui .layui-btn,
.news-sider-fangan .layui-btn {
    width: 100%;
}
.form-fankui p {
    font-size: 15px;
    margin: 5px auto;
}

.news-cat ul li {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7;
    height: 45px;
    line-height: 45px;
    text-indent: 47px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.news-cat ul li.hover {
    background-color: #F4F4F4;
    color: #27328C;
    font-weight: 600;
}
.item-title a.more {
    width: 20%;
    display: block;
    float: right;
    font-size: 14px;
    text-align: center;
}
.news-cat ul li a {
    font-size: 18px;
    color: #27328C;
    /* width: 100%; */
    /* height: 100%; */
    display: block;
}
.news-cat ul li a.active,
.news-cat ul li a:hover {
    background-color: #F4F4F4;
    color: #27328C;
}
.news-sider-hot ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #E9E9E9;
    text-indent: 18px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.news-sider-hot ul li:first-child {
    margin-right: 1%;
}
.news-sider-hot ul li:first-child,
.news-sider-hot ul li:nth-child(2) {
    /* width: 49%; */
    float: left;
    height: 100px;
    text-indent: 0px;
}
.news-sider-hot ul li:first-child img,
.news-sider-hot ul li:nth-child(2) img {
    width: 100%;
    position: relative;
}
.news-sider-hot ul li:first-child span,
.news-sider-hot ul li:nth-child(2) span {
    position: absolute;
    width: 100%;
    height: 35px;
    line-height: 35px;
    bottom: 0px;
    text-align: center;
    display: block;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.sider-faq ul li {
    height: 40px;
    line-height: 40px;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px dotted #DFDFDF;
}
.sider-faq ul li a {
    font-size: 14px;
}
.sider-service dl {
    width: 100%;
    text-align: center
}
.sider-service dl dt {}
.sider-service dl dt img {
    width: 50px;
    height: 50px;
    display: inline-block;
}
.sider-service dl dd {
    text-align: center;
    margin: 0px;
    font-size: 14px;
}
/*页脚*/
.footer {
    background-color: #265457;
    /* height: 400px; */
    padding-bottom: 30px;
    margin-bottom: 0px;
}
.footer-zixun {
    clear: both;
    overflow: hidden;
    background: #0d8f95;
}
.footer1 {
    padding-top: 30px;
}
.footer-zixun p {
    position: relative;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-size: 26px;
    color: #fff;
}
.footer-zixun p a {
    color: #fff;
    width: 150px;
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    position: relative;
    font-size: 16px;
    padding: 5px 10px;
    top: -3px;
    margin-left: 10px;
}
.footer-zixun p a:hover {
    cursor: pointer;
}
.footer .container {
    background-color: #1F2D3D;
}
.footer .about p,
.footer .contact p {
    color: #acadb1;
    font-size: 14px; line-height: 2;
}
.footer .contact  {
    color: #ACADB1; line-height: 2;
}
.footer .contact dt{font-weight: bold;}
.footer .contact i{margin-right: 1rem;}

.footer .cat {
    padding-left: 35px;
    position: relative;
}
/*.footer .cat:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 80%;
    top: 10%;
    left: 10px;
    background: #12223c;
}*/
.footer .cat dl {
    width: 150px;
    float: left;
}
.footer .cat dl dt {
    width: 100%;
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
}
.footer .cat dl dd {
    margin-bottom: 10px;
}
.footer .cat dl a {
    color: #acadb1;
    font-size: 15px;
}
.footer .cat dl a:hover {
    color: #fff;
}
.footer2 dl,
.footer2 dl dt,
.footer2 dl dd {
    color: #acadb1;
}
.footer2 {
    margin-top: 30px;
}
.footer2 dl dt {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    /* border: 1px solid #fff; */
}
.footer2 dl dd {
    width: 180px;
    float: left;
}
.footer2 dl dd span {
    width: 100%;
    font-size: 18px;
    color: #fff;
    line-height: 18px;
}
.footer2 dl dd p {
    line-height: 18px;
    font-size: 15px;
    margin-top: 12px;
}
.footer3 {
    padding: 20px;
    margin-top: 20px;
}
.footer3 dl dt {
    color: #ececec;
    font-size: 15px;
}
.footer3 dl dt,
.footer3 dl dd {
    /* float: left; */
    display: inline-block;
}
.footer3 dl dd {
    font-size: 15px;
    margin-left: 15px;
}
.footer3 dl dd a {
    color: #acadb1;
}
.footer4,
.footer4 p,
.footer4 a {
    text-align: center;
    font-size: 15px;
    color: #acadb1;
}
.footer4 p {
    margin-top: 10px;
}
/*弹窗*/
.layer_notice {
    display: none;
}
.form-tan-head {
    height: 60px;
    background-color: #0C2B65;
    color: #FFF;
    padding: 5px 20px;
    font-size: 1.125rem;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
}
.form-tan-head p {
    line-height: 60px;
    text-align: center;
    font-size: 20px;
}
.form-tan-body {
    position: relative;
    border-bottom: none;
    padding: 10px 30px;
    text-align: left;
    color: #666;
    position: relative;
    border-radius: 2px 2px 0 0;
}
.form-tan-body h3 {
    width: 100%;
    line-height: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #0070cc;
}
.form-tan-body textarea {
    width: 98%;
    height: 60px;
    border: 1px solid #666;
    border-radius: 2px;
    border-color: rgb(169, 169, 169);
    background: #fff;
    font-size: 16px;
    padding: 5px;
}
.form-tan-body .form-tan-selects {
    padding: 10px;
}
.form-tan-body .form-tan-selects .radio-label {
    width: 50%;
    float: left;
    height: 20px;
    line-height: 20px;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    position: relative;
}
.form-tan-body .check-icons {
    color: #e1e1e1;
    display: block;
    height: 20px;
    top: 0;
    left: 0;
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 21px;
    font-size: 18px;
    cursor: pointer;
}
.form-tan-body .unchecked {
    color: #5085FF;
}
.form-tan-body .icon-phone {
    position: relative;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    line-height: 40px;
}
.form-tan-body .icon-phone .inputs {
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0px;
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    padding: 5px 0px;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    text-indent: 30px;
    vertical-align: middle;
    border-left: 3px solid #F5AE29;
}
.form-tan-body .icon-phone img {
    position: absolute;
    top: 5px;
    z-index: 5;
    left: 5px;
}
.form-tan-body .tips {
    padding: 5px;
    text-align: center;
    color: #666;
    font-size: 15px;
    position: relative;
    border-radius: 2px 2px 0 0;
}
.form-tan-body .form-tan-subbtn {
    width: 100%;
}
.piaofu-kefu {
    height: 521px;
    width: 222px;
    position: fixed;
    right: 10px;
    bottom: 50%;
    background-image: url(../images/asidekfbg.gif);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    z-index: 9999;
    margin-bottom: -250px;
}
.piaofu-kefu .main {
    position: relative;
    height: 520px;
    color: #FFF;
}
.piaofu-kefu .main .close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}
.piaofu-kefu .main .head {
    width: 80%;
    position: absolute;
    left: 10px;
    top: 30px;
    padding: 10px;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 24px;
}
.piaofu-kefu .main .tel {
    position: absolute;
    top: 95px;
    left: 46px;
    font-size: 20px;
    font-weight: 300;
}
.piaofu-kefu .main ol.items {
    position: absolute;
    top: 140px;
    left: 15px;
    color: #2F2F2F;
    width: 95%;
}
.piaofu-kefu .main ol.items li {
    padding-left: 2rem;
    display: block;
   
}
.piaofu-kefu .main ol.items li a {
    color: #333;
    font-size: 15px;
    width: 100%;
    display: block;
    line-height: 30px;
}
.piaofu-kefu .main .wx {
    position: absolute;
    bottom: 65px;
    width: 100%;
    color: #172784;
    text-align: center;
}
.piaofu-kefu .main .wx img {
    max-width: 160px;
    max-height: 160px;
}
.piaofu-kefu .main .wx p {
    margin-top: 10px;
    font-size: 15px;
}
.zixunbtn:hover {
    cursor: pointer;
}
.piaofu-kefu .zixunbtn {
    width: 80%;
    position: absolute;
    margin-left: 10%;
    bottom: 10px;
}

.txtMarquee-top{ overflow:hidden; position:relative;  border:1px solid #ccc;   }
.txtMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.txtMarquee-top .hd .prev,.txtMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
.txtMarquee-top .hd .next{ background-position:0 -140px;  }
.txtMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
.txtMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
.txtMarquee-top .bd{ padding:15px;  }
.txtMarquee-top .infoList li{ line-height:24px;  }
.txtMarquee-top .infoList dt{font-weight: bold;}


.item-title {
    padding: 24px 0px 24px 24px;
    border-bottom: 1px solid #e9ebf1;
    background:url(../images/collogo.gif) no-repeat;
    background-position: 10% 50%;
    height: 50px;
}
.item-title h3 {
   margin-left: 60px;
font-size: 25px;
}
.item-title small {
   margin-left: 60px;
   font-size: 14px;
color: #999;
}

.sider .item img{ width: 100%; height: auto; }

.sider .info3{padding: 10px; font-size: 15px; color: #f00; line-height: 2;}
.sider .info{padding: 10px;}
.article-more h5{font-size: 15px; font-weight: bold;}
.article-more a{line-height: 2;}


.picScroll-left{ }
.picScroll-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
     cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;}
.picScroll-left .hd .next{ background-position:0 -50px;  }
.picScroll-left .hd .prevStop{ background-position:-60px 0; }
.picScroll-left .hd .nextStop{ background-position:-60px -50px; }
.picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd li{width: 268px;}
.picScroll-left .item a img {
    height: 180px;
    width: 100%;
}
.picScroll-left .item a h3 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}
.picScroll-left .item p {
    line-height: 18px;
    font-size: 14px;
    margin-top: 20px;
    text-align: left;
    color: #807d7d;
}